Package | pbmesolutions.V1.fhir |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=pbmesolutions.V1.fhir@1.1.1&canonical=http://pbme.solutions/fhir/StructureDefinition/PBMEncounter |
Url | http://pbme.solutions/fhir/StructureDefinition/PBMEncounter |
Status | draft |
Date | 2021-04-14T13:26:33.0729005+00:00 |
Name | PBMEncounter |
Experimental | False |
Type | Encounter |
Kind | resource |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType" : "StructureDefinition",
"id" : "d7c57452-28fd-4123-80cf-e314833f2d3a",
"meta" : {
"lastUpdated" : "2021-08-04T08:30:38.477+00:00"
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
},
"url" : "http://pbme.solutions/fhir/StructureDefinition/PBMEncounter",
"name" : "PBMEncounter",
"status" : "draft",
"date" : "2021-04-14T13:26:33.0729005+00:00",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Encounter",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Encounter",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Encounter.identifier",
"path" : "Encounter.identifier",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Encounter.identifier.system",
"path" : "Encounter.identifier.system",
"comment" : "Identifier.system is always case sensitive.\r\n\r\nFor PBMe.Solutions, it shall be consistent in this format: \r\nhttp://pbme.solutions/[localHospitalName]/fhir/",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.identifier.value",
"path" : "Encounter.identifier.value",
"mustSupport" : true
},
{
"id" : "Encounter.status",
"path" : "Encounter.status",
"mustSupport" : true
},
{
"id" : "Encounter.class",
"path" : "Encounter.class",
"comment" : "Use a Code from here: https://terminology.hl7.org/2.1.0/ValueSet-v3-ActEncounterCode.html\r\n\r\nRelevant for PBMe.Solutions is IMP (impatient encounter)",
"mustSupport" : true
},
{
"id" : "Encounter.class.system",
"path" : "Encounter.class.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
"mustSupport" : true
},
{
"id" : "Encounter.class.code",
"path" : "Encounter.class.code",
"comment" : "Use a Code from here: https://terminology.hl7.org/2.1.0/ValueSet-v3-ActEncounterCode.html\r\n\r\nRelevant for PBMe.Solutions is IMP (impatient encounter)",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.serviceType",
"path" : "Encounter.serviceType",
"comment" : "The department code is a designation of the billing-oriented classification of the organization based on the corresponding services.\r\nThis is the relevant code to define the filterable department in the solution.\r\n\r\n-----\r\n\r\nDer Fachabteilungschlüssel ist eine Bezeichnung der abrechnungsorientierten Einteilung der Organisation auf Basis der entsprechenden Leistungen.\r\nNach diesem Code wird die Auswahl der Fachabteilung in der Lösung bestimmt",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.serviceType.coding",
"path" : "Encounter.serviceType.coding",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.serviceType.coding.system",
"path" : "Encounter.serviceType.coding.system",
"fixedUri" : "https://www.medizininformatik-initiative.de/fhir/core/modul-fall/CodeSystem/Fachabteilungsschluessel",
"mustSupport" : true
},
{
"id" : "Encounter.serviceType.coding.code",
"path" : "Encounter.serviceType.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.subject",
"path" : "Encounter.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient"
]
}
],
"mustSupport" : true
},
{
"id" : "Encounter.subject.reference",
"path" : "Encounter.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.subject.type",
"path" : "Encounter.subject.type",
"fixedUri" : "Patient"
},
{
"id" : "Encounter.episodeOfCare",
"path" : "Encounter.episodeOfCare",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Encounter.episodeOfCare.reference",
"path" : "Encounter.episodeOfCare.reference",
"definition" : "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.\r\n\r\nTo be able to allow delta changes etc. use PUT for transfer an use references like this:\r\n\r\nEpisodeOfCare?identifier=localHospitalName|episodeOfCareID",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.period",
"path" : "Encounter.period",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.period.start",
"path" : "Encounter.period.start",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.period.end",
"path" : "Encounter.period.end",
"mustSupport" : true
},
{
"id" : "Encounter.diagnosis",
"path" : "Encounter.diagnosis",
"mustSupport" : true
},
{
"id" : "Encounter.diagnosis.condition",
"path" : "Encounter.diagnosis.condition",
"mustSupport" : true
},
{
"id" : "Encounter.diagnosis.condition.reference",
"path" : "Encounter.diagnosis.condition.reference",
"comment" : "To be able to allow delta changes etc. use PUT for transfer an use references like this:\r\n\r\nCondition?identifier=localHospitalName|conditionID",
"min" : 1
},
{
"id" : "Encounter.diagnosis.use",
"path" : "Encounter.diagnosis.use",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.diagnosis.use.coding",
"path" : "Encounter.diagnosis.use.coding",
"min" : 1,
"max" : "1"
},
{
"id" : "Encounter.diagnosis.use.coding.system",
"path" : "Encounter.diagnosis.use.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/diagnosis-role"
},
{
"id" : "Encounter.diagnosis.use.coding.code",
"path" : "Encounter.diagnosis.use.coding.code",
"comment" : "Please use one of the following:\r\n\r\nAD - Admission diagnosis\r\nDD - Discharge diagnosis\r\nCC - Chief complaint\r\nCM - Comorbidity diagnosis\r\npre-op - pre-op diagnosis\r\npost- - post-op diagnosis",
"min" : 1
},
{
"id" : "Encounter.diagnosis.rank",
"path" : "Encounter.diagnosis.rank",
"mustSupport" : true
},
{
"id" : "Encounter.hospitalization.reAdmission",
"path" : "Encounter.hospitalization.reAdmission",
"mustSupport" : true
},
{
"id" : "Encounter.hospitalization.reAdmission.coding.system",
"path" : "Encounter.hospitalization.reAdmission.coding.system",
"fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0092"
},
{
"id" : "Encounter.hospitalization.reAdmission.coding.code",
"path" : "Encounter.hospitalization.reAdmission.coding.code",
"fixedCode" : "R"
},
{
"id" : "Encounter.location",
"path" : "Encounter.location",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Encounter.location.location",
"path" : "Encounter.location.location",
"mustSupport" : true
},
{
"id" : "Encounter.location.location.identifier.system",
"path" : "Encounter.location.location.identifier.system",
"definition" : "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\r\n\r\nEither use http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel \r\nor\r\nhttp://snomed.info/sct (with entry below 309912009 | Medical department (environment) |)",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.location.location.identifier.value",
"path" : "Encounter.location.location.identifier.value",
"comment" : "Use one of the following codes:\r\n\r\nhttps://simplifier.net/packages/de.basisprofil.r4/1.0.0-alpha9/files/342446\r\n\r\nor\r\n\r\nhttp://snomed.info/sct (with entry under 309912009 | Medical department (environment) |)",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.location.location.identifier.period",
"path" : "Encounter.location.location.identifier.period",
"mustSupport" : true
},
{
"id" : "Encounter.location.location.identifier.period.start",
"path" : "Encounter.location.location.identifier.period.start",
"mustSupport" : true
},
{
"id" : "Encounter.location.location.identifier.period.end",
"path" : "Encounter.location.location.identifier.period.end",
"mustSupport" : true
},
{
"id" : "Encounter.location.status",
"path" : "Encounter.location.status",
"mustSupport" : true
},
{
"id" : "Encounter.location.period",
"path" : "Encounter.location.period",
"mustSupport" : true
},
{
"id" : "Encounter.location.period.start",
"path" : "Encounter.location.period.start",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Encounter.location.period.end",
"path" : "Encounter.location.period.end",
"min" : 1,
"mustSupport" : true
}
]
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.